home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000254_news@columbia.edu _Mon May 1 11:37:27 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA07726
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 1 May 2000 11:37:23 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA07212
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 1 May 2000 11:36:58 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA11571
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 1 May 2000 11:32:45 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jrd@cc.usu.edu (Joe Doupnik)
  13. Subject: Re: Type ? or HELP for help.
  14. Message-ID: <f8edm7SrQpTU@cc.usu.edu>
  15. Date: 1 May 00 09:28:09 MDT
  16. Organization: Utah State University
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8ej2pn$3dd$1@nnrp1.deja.com>, Peter Easthope <peter_easthope@gulfnet.pinc.com> writes:
  20. > When MS-DOS Kermit is started with
  21. >   msk316 -f script
  22. > it mentions
  23. >   Type ? or HELP for help.
  24. > but this is seems inappropriate in script processing.
  25. > Can this reminder be shut off?
  26. > Thanks,    peter_easthope@gulfnet.pinc.com
  27. ---------
  28.     It all depends, as they say. The script need not be a hands-off
  29. affair disallowing user input. The most common script is mskermit.ini
  30. itself and user interaction is the norm with it. Thus the Type ? message
  31. occurs because MSK can't know that no user interaction is desired. I don't
  32. think there is an easy solution to this.
  33.     Joe D.